StartDownloadCallback

public interface StartDownloadCallback implements BrowserAsyncCallback<P, R>

The callback that is invoked when the browser is about to start downloading a file.

The Params contain all information about the file which is about to be downloaded.

Use the download method to download this file into the particular directory.

Use the cancel method to suppress file download.

Since

7.8

Inheritors

Types

Link copied to clipboard
public final class Action extends AsyncCallbackAction<R>
An action providing a response to the StartDownloadCallback.
Link copied to clipboard
public interface Params
The parameters of the StartDownloadCallback.

Functions

Link copied to clipboard
public abstract void on(P params, R tell)
Invoked when the callback needs a response for the given callback parameters.